Modify the output of (version) to indicate Debian modifications
authorRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:28 +0000 (22:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 17:00:55 +0000 (12:00 -0500)
The output of (version) has been modified to indicate Debian modifications.

Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
lisp/version.el

index 77188a51ee3b03e5f5895b85a2a89fe406805937..ea02e53b2548351512c4acbb549f1b7b9e046a42 100644 (file)
@@ -59,8 +59,8 @@ to the system configuration; look at `system-configuration' instead."
   (interactive "P")
   (let ((version-string
          (format (if (not (called-interactively-p 'interactive))
-                    "GNU Emacs %s (%s%s%s%s)\n of %s"
-                  "GNU Emacs %s (%s%s%s%s) of %s")
+                    "GNU Emacs %s (%s%s%s%s)\n of %s, modified by Debian"
+                  "GNU Emacs %s (%s%s%s%s) of %s, modified by Debian")
                  emacs-version
                 system-configuration
                 (cond ((featurep 'motif)